home *** CD-ROM | disk | FTP | other *** search
/ CD School House 9 / CD School House 9.0 - Wayzata Technology (1994).iso / pc / dos / teachaid / pccai / caiarc1.exe / COLORS.CAI < prev    next >
Text File  |  1993-12-06  |  15KB  |  972 lines

  1. .rem
  2. .rem -----------------PRESS CTRL-G (Go) TO RUN THIS PROGRAM---------
  3. .rem
  4. .cls
  5. .color 15,1
  6. .cls
  7. .color 4,15
  8. .box (*5,10*) border center
  9.  
  10.          COLORS.CAI
  11.  
  12.     written by Don Moore
  13.  Teikyo Marycrest University
  14.     Davenport, Iowa, USA
  15.  
  16.  This program is placed in the
  17.    public domain and may be
  18.  freely copied and distributed.
  19.  
  20. .endbox
  21. .color 15,1
  22. .locate 24,1
  23. .pau
  24.  
  25. .color 15,5
  26. .cls
  27. .color 15,5
  28. .cls
  29. .col 15,2
  30. .bord (*5,10,17,70*) fill
  31. .loc 1,1
  32. .skip 7
  33. .cen (*Choose the appropriate*)
  34. .cen (*screen command.*)
  35. .skip 1
  36. .cen (*X - .screen 0*)
  37. .cen (*Y - .screen 9*)
  38. .col 15,5
  39. .skip 5
  40. @case(*XY:X,Y*) nobox
  41. @End
  42. @label:X
  43. .screen 0
  44. @goto:z
  45. @label:Y
  46. .screen 9
  47. @goto:z
  48.  
  49. @label:z
  50. .color 15,5
  51. .cls
  52. .color 15,5
  53. .cls
  54. .col 15,2
  55. .bord (*5,10,17,70*) fill
  56. .loc 1,1
  57. .skip 7
  58. .cen (*Choose the background color*)
  59. .cen (*you wish to display.*)
  60. .skip 1
  61. .cen (*A - #0    G - #6      M - #12 *)
  62. .cen (*B - #1    H - #7      N - #13 *)
  63. .cen (*C - #2    I - #8      O - #14 *)
  64. .cen (*D - #3    J - #9      P - #15 *)
  65. .cen (*E - #4    K - #10     Q - Quit*)
  66. .cen (*F - #5    L - #11             *)
  67. .col 15,5
  68. .skip 5
  69. @case(*ABCDEFGHIJKLMNOPQ:A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q*) nobox
  70. @End
  71. .pau
  72. @label:A
  73. .col 0,0
  74. .cls
  75. .cls
  76. .col 0,0
  77. .cen (*This is black, #0.*)
  78. .skip 2
  79. .col 1,0
  80. .cen (*This is blue, #1.*)
  81. .skip 2
  82. .col 2,0
  83. .cen (*This is green, #2.*)
  84. .skip 2
  85. .col 3,0
  86. .cen (*This is Cyan, #3.*)
  87. .skip 2
  88. .col 4,0
  89. .cen (*This is red, #4.*)
  90. .skip 2
  91. .col 5,0
  92. .cen (*This is magenta, #5.*)
  93. .skip 2
  94. .col 6,0
  95. .cen (*This is brown, #6.*)
  96. .skip 2
  97. .col 7,0
  98. .cen (*This is white, #7.*)
  99. .pau
  100. .cls
  101. .col 8,0
  102. .cen (*This is gray, #8.*)
  103. .skip 2
  104. .col 9,0
  105. .cen (*This is light blue, #9.*)
  106. .skip 2
  107. .col 10,0
  108. .cen (*This is light green, #10.*)
  109. .skip 2
  110. .col 11,0
  111. .cen (*This is light cyan, #11.*)
  112. .skip 2
  113. .col 12,0
  114. .cen (*This is light red, #12.*)
  115. .skip 2
  116. .col 13,0
  117. .cen (*This is light magenta, #13.*)
  118. .skip 2
  119. .col 14,0
  120. .cen (*This is yellow, #14.*)
  121. .skip 2
  122. .col 15,0
  123. .cen (*This is high intensity white, #15.*)
  124. .pau
  125. .cls
  126. @stop go:z
  127.  
  128. @label:B
  129. .col 0,1
  130. .cls
  131. .cls
  132. .col 0,1
  133. .cen (*This is black, #0.*)
  134. .skip 2
  135. .col 1,1
  136. .cen (*This is blue, #1.*)
  137. .skip 2
  138. .col 2,1
  139. .cen (*This is green, #2.*)
  140. .skip 2
  141. .col 3,1
  142. .cen (*This is Cyan, #3.*)
  143. .skip 2
  144. .col 4,1
  145. .cen (*This is red, #4.*)
  146. .skip 2
  147. .col 5,1
  148. .cen (*This is magenta, #5.*)
  149. .skip 2
  150. .col 6,1
  151. .cen (*This is brown, #6.*)
  152. .skip 2
  153. .col 7,1
  154. .cen (*This is white, #7.*)
  155. .pau
  156. .cls
  157. .col 8,1
  158. .cen (*This is gray, #8.*)
  159. .skip 2
  160. .col 9,1
  161. .cen (*This is light blue, #9.*)
  162. .skip 2
  163. .col 10,1
  164. .cen (*This is light green, #10.*)
  165. .skip 2
  166. .col 11,1
  167. .cen (*This is light cyan, #11.*)
  168. .skip 2
  169. .col 12,1
  170. .cen (*This is light red, #12.*)
  171. .skip 2
  172. .col 13,1
  173. .cen (*This is light magenta, #13.*)
  174. .skip 2
  175. .col 14,1
  176. .cen (*This is yellow, #14.*)
  177. .skip 2
  178. .col 15,1
  179. .cen (*This is high intensity white, #15.*)
  180. .pau
  181. .cls
  182. @stop go:z
  183.  
  184. @label:C
  185. .col 0,2
  186. .cls
  187. .cls
  188. .col 0,2
  189. .cen (*This is black, #0.*)
  190. .skip 2
  191. .col 1,2
  192. .cen (*This is blue, #1.*)
  193. .skip 2
  194. .col 2,2
  195. .cen (*This is green, #2.*)
  196. .skip 2
  197. .col 3,2
  198. .cen (*This is Cyan, #3.*)
  199. .skip 2
  200. .col 4,2
  201. .cen (*This is red, #4.*)
  202. .skip 2
  203. .col 5,2
  204. .cen (*This is magenta, #5.*)
  205. .skip 2
  206. .col 6,2
  207. .cen (*This is brown, #6.*)
  208. .skip 2
  209. .col 7,2
  210. .cen (*This is white, #7.*)
  211. .pau
  212. .cls
  213. .col 8,2
  214. .cen (*This is gray, #8.*)
  215. .skip 2
  216. .col 9,2
  217. .cen (*This is light blue, #9.*)
  218. .skip 2
  219. .col 10,2
  220. .cen (*This is light green, #10.*)
  221. .skip 2
  222. .col 11,2
  223. .cen (*This is light cyan, #11.*)
  224. .skip 2
  225. .col 12,2
  226. .cen (*This is light red, #12.*)
  227. .skip 2
  228. .col 13,2
  229. .cen (*This is light magenta, #13.*)
  230. .skip 2
  231. .col 14,2
  232. .cen (*This is yellow, #14.*)
  233. .skip 2
  234. .col 15,2
  235. .cen (*This is high intensity white, #15.*)
  236. .pau
  237. .cls
  238. @stop go:z
  239.  
  240. @label:D
  241. .col 0,3
  242. .cls
  243. .cls
  244. .col 0,3
  245. .cen (*This is black, #0.*)
  246. .skip 2
  247. .col 1,3
  248. .cen (*This is blue, #1.*)
  249. .skip 2
  250. .col 2,3
  251. .cen (*This is green, #2.*)
  252. .skip 2
  253. .col 3,3
  254. .cen (*This is Cyan, #3.*)
  255. .skip 2
  256. .col 4,3
  257. .cen (*This is red, #4.*)
  258. .skip 2
  259. .col 5,3
  260. .cen (*This is magenta, #5.*)
  261. .skip 2
  262. .col 6,3
  263. .cen (*This is brown, #6.*)
  264. .skip 2
  265. .col 7,3
  266. .cen (*This is white, #7.*)
  267. .pau
  268. .cls
  269. .col 8,3
  270. .cen (*This is gray, #8.*)
  271. .skip 2
  272. .col 9,3
  273. .cen (*This is light blue, #9.*)
  274. .skip 2
  275. .col 10,3
  276. .cen (*This is light green, #10.*)
  277. .skip 2
  278. .col 11,3
  279. .cen (*This is light cyan, #11.*)
  280. .skip 2
  281. .col 12,3
  282. .cen (*This is light red, #12.*)
  283. .skip 2
  284. .col 13,3
  285. .cen (*This is light magenta, #13.*)
  286. .skip 2
  287. .col 14,3
  288. .cen (*This is yellow, #14.*)
  289. .skip 2
  290. .col 15,3
  291. .cen (*This is high intensity white, #15.*)
  292. .pau
  293. .cls
  294. @stop go:z
  295.  
  296. @label:E
  297. .col 0,4
  298. .cls
  299. .cls
  300. .col 0,4
  301. .cen (*This is black, #0.*)
  302. .skip 2
  303. .col 1,4
  304. .cen (*This is blue, #1.*)
  305. .skip 2
  306. .col 2,4
  307. .cen (*This is green, #2.*)
  308. .skip 2
  309. .col 3,4
  310. .cen (*This is Cyan, #3.*)
  311. .skip 2
  312. .col 4,4
  313. .cen (*This is red, #4.*)
  314. .skip 2
  315. .col 5,4
  316. .cen (*This is magenta, #5.*)
  317. .skip 2
  318. .col 6,4
  319. .cen (*This is brown, #6.*)
  320. .skip 2
  321. .col 7,4
  322. .cen (*This is white, #7.*)
  323. .pau
  324. .cls
  325. .col 8,4
  326. .cen (*This is gray, #8.*)
  327. .skip 2
  328. .col 9,4
  329. .cen (*This is light blue, #9.*)
  330. .skip 2
  331. .col 10,4
  332. .cen (*This is light green, #10.*)
  333. .skip 2
  334. .col 11,4
  335. .cen (*This is light cyan, #11.*)
  336. .skip 2
  337. .col 12,4
  338. .cen (*This is light red, #12.*)
  339. .skip 2
  340. .col 13,4
  341. .cen (*This is light magenta, #13.*)
  342. .skip 2
  343. .col 14,4
  344. .cen (*This is yellow, #14.*)
  345. .skip 2
  346. .col 15,4
  347. .cen (*This is high intensity white, #15.*)
  348. .pau
  349. .cls
  350. @stop go:z
  351.  
  352. @label:F
  353. .col 0,5
  354. .cls
  355. .cls
  356. .col 0,5
  357. .cen (*This is black, #0.*)
  358. .skip 2
  359. .col 1,5
  360. .cen (*This is blue, #1.*)
  361. .skip 2
  362. .col 2,5
  363. .cen (*This is green, #2.*)
  364. .skip 2
  365. .col 3,5
  366. .cen (*This is Cyan, #3.*)
  367. .skip 2
  368. .col 4,5
  369. .cen (*This is red, #4.*)
  370. .skip 2
  371. .col 5,5
  372. .cen (*This is magenta, #5.*)
  373. .skip 2
  374. .col 6,5
  375. .cen (*This is brown, #6.*)
  376. .skip 2
  377. .col 7,5
  378. .cen (*This is white, #7.*)
  379. .pau
  380. .cls
  381. .col 8,5
  382. .cen (*This is gray, #8.*)
  383. .skip 2
  384. .col 9,5
  385. .cen (*This is light blue, #9.*)
  386. .skip 2
  387. .col 10,5
  388. .cen (*This is light green, #10.*)
  389. .skip 2
  390. .col 11,5
  391. .cen (*This is light cyan, #11.*)
  392. .skip 2
  393. .col 12,5
  394. .cen (*This is light red, #12.*)
  395. .skip 2
  396. .col 13,5
  397. .cen (*This is light magenta, #13.*)
  398. .skip 2
  399. .col 14,5
  400. .cen (*This is yellow, #14.*)
  401. .skip 2
  402. .col 15,5
  403. .cen (*This is high intensity white, #15.*)
  404. .pau
  405. .cls
  406. @stop go:z
  407.  
  408. @label:G
  409. .col 0,6
  410. .cls
  411. .cls
  412. .col 0,6
  413. .cen (*This is black, #0.*)
  414. .skip 2
  415. .col 1,6
  416. .cen (*This is blue, #1.*)
  417. .skip 2
  418. .col 2,6
  419. .cen (*This is green, #2.*)
  420. .skip 2
  421. .col 3,6
  422. .cen (*This is Cyan, #3.*)
  423. .skip 2
  424. .col 4,6
  425. .cen (*This is red, #4.*)
  426. .skip 2
  427. .col 5,6
  428. .cen (*This is magenta, #5.*)
  429. .skip 2
  430. .col 6,6
  431. .cen (*This is brown, #6.*)
  432. .skip 2
  433. .col 7,6
  434. .cen (*This is white, #7.*)
  435. .pau
  436. .cls
  437. .col 8,6
  438. .cen (*This is gray, #8.*)
  439. .skip 2
  440. .col 9,6
  441. .cen (*This is light blue, #9.*)
  442. .skip 2
  443. .col 10,6
  444. .cen (*This is light green, #10.*)
  445. .skip 2
  446. .col 11,6
  447. .cen (*This is light cyan, #11.*)
  448. .skip 2
  449. .col 12,6
  450. .cen (*This is light red, #12.*)
  451. .skip 2
  452. .col 13,6
  453. .cen (*This is light magenta, #13.*)
  454. .skip 2
  455. .col 14,6
  456. .cen (*This is yellow, #14.*)
  457. .skip 2
  458. .col 15,6
  459. .cen (*This is high intensity white, #15.*)
  460. .pau
  461. .cls
  462. @stop go:z
  463.  
  464. @label:H
  465. .col 0,7
  466. .cls
  467. .cls
  468. .col 0,7
  469. .cen (*This is black, #0.*)
  470. .skip 2
  471. .col 1,7
  472. .cen (*This is blue, #1.*)
  473. .skip 2
  474. .col 2,7
  475. .cen (*This is green, #2.*)
  476. .skip 2
  477. .col 3,7
  478. .cen (*This is Cyan, #3.*)
  479. .skip 2
  480. .col 4,7
  481. .cen (*This is red, #4.*)
  482. .skip 2
  483. .col 5,7
  484. .cen (*This is magenta, #5.*)
  485. .skip 2
  486. .col 6,7
  487. .cen (*This is brown, #6.*)
  488. .skip 2
  489. .col 7,7
  490. .cen (*This is white, #7.*)
  491. .pau
  492. .cls
  493. .col 8,7
  494. .cen (*This is gray, #8.*)
  495. .skip 2
  496. .col 9,7
  497. .cen (*This is light blue, #9.*)
  498. .skip 2
  499. .col 10,7
  500. .cen (*This is light green, #10.*)
  501. .skip 2
  502. .col 11,7
  503. .cen (*This is light cyan, #11.*)
  504. .skip 2
  505. .col 12,7
  506. .cen (*This is light red, #12.*)
  507. .skip 2
  508. .col 13,7
  509. .cen (*This is light magenta, #13.*)
  510. .skip 2
  511. .col 14,7
  512. .cen (*This is yellow, #14.*)
  513. .skip 2
  514. .col 15,7
  515. .cen (*This is high intensity white, #15.*)
  516. .pau
  517. .cls
  518. @stop go:z
  519.  
  520. @label:I
  521. .col 0,8
  522. .cls
  523. .cls
  524. .col 0,8
  525. .cen (*This is black, #0.*)
  526. .skip 2
  527. .col 1,8
  528. .cen (*This is blue, #1.*)
  529. .skip 2
  530. .col 2,8
  531. .cen (*This is green, #2.*)
  532. .skip 2
  533. .col 3,8
  534. .cen (*This is Cyan, #3.*)
  535. .skip 2
  536. .col 4,8
  537. .cen (*This is red, #4.*)
  538. .skip 2
  539. .col 5,8
  540. .cen (*This is magenta, #5.*)
  541. .skip 2
  542. .col 6,8
  543. .cen (*This is brown, #6.*)
  544. .skip 2
  545. .col 7,8
  546. .cen (*This is white, #7.*)
  547. .pau
  548. .cls
  549. .col 8,8
  550. .cen (*This is gray, #8.*)
  551. .skip 2
  552. .col 9,8
  553. .cen (*This is light blue, #9.*)
  554. .skip 2
  555. .col 10,8
  556. .cen (*This is light green, #10.*)
  557. .skip 2
  558. .col 11,8
  559. .cen (*This is light cyan, #11.*)
  560. .skip 2
  561. .col 12,8
  562. .cen (*This is light red, #12.*)
  563. .skip 2
  564. .col 13,8
  565. .cen (*This is light magenta, #13.*)
  566. .skip 2
  567. .col 14,8
  568. .cen (*This is yellow, #14.*)
  569. .skip 2
  570. .col 15,8
  571. .cen (*This is high intensity white, #15.*)
  572. .pau
  573. .cls
  574. @stop go:z
  575.  
  576. @label:J
  577. .col 0,9
  578. .cls
  579. .cls
  580. .col 0,9
  581. .cen (*This is black, #0.*)
  582. .skip 2
  583. .col 1,9
  584. .cen (*This is blue, #1.*)
  585. .skip 2
  586. .col 2,9
  587. .cen (*This is green, #2.*)
  588. .skip 2
  589. .col 3,9
  590. .cen (*This is Cyan, #3.*)
  591. .skip 2
  592. .col 4,9
  593. .cen (*This is red, #4.*)
  594. .skip 2
  595. .col 5,9
  596. .cen (*This is magenta, #5.*)
  597. .skip 2
  598. .col 6,9
  599. .cen (*This is brown, #6.*)
  600. .skip 2
  601. .col 7,9
  602. .cen (*This is white, #7.*)
  603. .pau
  604. .cls
  605. .col 8,9
  606. .cen (*This is gray, #8.*)
  607. .skip 2
  608. .col 9,9
  609. .cen (*This is light blue, #9.*)
  610. .skip 2
  611. .col 10,9
  612. .cen (*This is light green, #10.*)
  613. .skip 2
  614. .col 11,9
  615. .cen (*This is light cyan, #11.*)
  616. .skip 2
  617. .col 12,9
  618. .cen (*This is light red, #12.*)
  619. .skip 2
  620. .col 13,9
  621. .cen (*This is light magenta, #13.*)
  622. .skip 2
  623. .col 14,9
  624. .cen (*This is yellow, #14.*)
  625. .skip 2
  626. .col 15,9
  627. .cen (*This is high intensity white, #15.*)
  628. .pau
  629. .cls
  630. @stop go:z
  631.  
  632. @label:K
  633. .col 0,10
  634. .cls
  635. .cls
  636. .col 0,10
  637. .cen (*This is black, #0.*)
  638. .skip 2
  639. .col 1,10
  640. .cen (*This is blue, #1.*)
  641. .skip 2
  642. .col 2,10
  643. .cen (*This is green, #2.*)
  644. .skip 2
  645. .col 3,10
  646. .cen (*This is Cyan, #3.*)
  647. .skip 2
  648. .col 4,10
  649. .cen (*This is red, #4.*)
  650. .skip 2
  651. .col 5,10
  652. .cen (*This is magenta, #5.*)
  653. .skip 2
  654. .col 6,10
  655. .cen (*This is brown, #6.*)
  656. .skip 2
  657. .col 7,10
  658. .cen (*This is white, #7.*)
  659. .pau
  660. .cls
  661. .col 8,10
  662. .cen (*This is gray, #8.*)
  663. .skip 2
  664. .col 9,10
  665. .cen (*This is light blue, #9.*)
  666. .skip 2
  667. .col 10,10
  668. .cen (*This is light green, #10.*)
  669. .skip 2
  670. .col 11,10
  671. .cen (*This is light cyan, #11.*)
  672. .skip 2
  673. .col 12,10
  674. .cen (*This is light red, #12.*)
  675. .skip 2
  676. .col 13,10
  677. .cen (*This is light magenta, #13.*)
  678. .skip 2
  679. .col 14,10
  680. .cen (*This is yellow, #14.*)
  681. .skip 2
  682. .col 15,10
  683. .cen (*This is high intensity white, #15.*)
  684. .pau
  685. .cls
  686. @stop go:z
  687.  
  688.  
  689. @label:L
  690. .col 0,11
  691. .cls
  692. .cls
  693. .col 0,11
  694. .cen (*This is black, #0.*)
  695. .skip 2
  696. .col 1,11
  697. .cen (*This is blue, #1.*)
  698. .skip 2
  699. .col 2,11
  700. .cen (*This is green, #2.*)
  701. .skip 2
  702. .col 3,11
  703. .cen (*This is Cyan, #3.*)
  704. .skip 2
  705. .col 4,11
  706. .cen (*This is red, #4.*)
  707. .skip 2
  708. .col 5,11
  709. .cen (*This is magenta, #5.*)
  710. .skip 2
  711. .col 6,11
  712. .cen (*This is brown, #6.*)
  713. .skip 2
  714. .col 7,11
  715. .cen (*This is white, #7.*)
  716. .pau
  717. .cls
  718. .col 8,11
  719. .cen (*This is gray, #8.*)
  720. .skip 2
  721. .col 9,11
  722. .cen (*This is light blue, #9.*)
  723. .skip 2
  724. .col 10,11
  725. .cen (*This is light green, #10.*)
  726. .skip 2
  727. .col 11,11
  728. .cen (*This is light cyan, #11.*)
  729. .skip 2
  730. .col 12,11
  731. .cen (*This is light red, #12.*)
  732. .skip 2
  733. .col 13,11
  734. .cen (*This is light magenta, #13.*)
  735. .skip 2
  736. .col 14,11
  737. .cen (*This is yellow, #14.*)
  738. .skip 2
  739. .col 15,11
  740. .cen (*This is high intensity white, #15.*)
  741. .pau
  742. .cls
  743. @stop go:z
  744.  
  745. @label:M
  746. .col 0,12
  747. .cls
  748. .cls
  749. .col 0,12
  750. .cen (*This is black, #0.*)
  751. .skip 2
  752. .col 1,12
  753. .cen (*This is blue, #1.*)
  754. .skip 2
  755. .col 2,12
  756. .cen (*This is green, #2.*)
  757. .skip 2
  758. .col 3,12
  759. .cen (*This is Cyan, #3.*)
  760. .skip 2
  761. .col 4,12
  762. .cen (*This is red, #4.*)
  763. .skip 2
  764. .col 5,12
  765. .cen (*This is magenta, #5.*)
  766. .skip 2
  767. .col 6,12
  768. .cen (*This is brown, #6.*)
  769. .skip 2
  770. .col 7,12
  771. .cen (*This is white, #7.*)
  772. .pau
  773. .cls
  774. .col 8,12
  775. .cen (*This is gray, #8.*)
  776. .skip 2
  777. .col 9,12
  778. .cen (*This is light blue, #9.*)
  779. .skip 2
  780. .col 10,12
  781. .cen (*This is light green, #10.*)
  782. .skip 2
  783. .col 11,12
  784. .cen (*This is light cyan, #11.*)
  785. .skip 2
  786. .col 12,12
  787. .cen (*This is light red, #12.*)
  788. .skip 2
  789. .col 13,12
  790. .cen (*This is light magenta, #13.*)
  791. .skip 2
  792. .col 14,12
  793. .cen (*This is yellow, #14.*)
  794. .skip 2
  795. .col 15,12
  796. .cen (*This is high intensity white, #15.*)
  797. .pau
  798. .cls
  799. @stop go:z
  800.  
  801. @label:N
  802. .col 0,13
  803. .cls
  804. .cls
  805. .col 0,13
  806. .cen (*This is black, #0.*)
  807. .skip 2
  808. .col 1,13
  809. .cen (*This is blue, #1.*)
  810. .skip 2
  811. .col 2,13
  812. .cen (*This is green, #2.*)
  813. .skip 2
  814. .col 3,13
  815. .cen (*This is Cyan, #3.*)
  816. .skip 2
  817. .col 4,13
  818. .cen (*This is red, #4.*)
  819. .skip 2
  820. .col 5,13
  821. .cen (*This is magenta, #5.*)
  822. .skip 2
  823. .col 6,13
  824. .cen (*This is brown, #6.*)
  825. .skip 2
  826. .col 7,13
  827. .cen (*This is white, #7.*)
  828. .pau
  829. .cls
  830. .col 8,13
  831. .cen (*This is gray, #8.*)
  832. .skip 2
  833. .col 9,13
  834. .cen (*This is light blue, #9.*)
  835. .skip 2
  836. .col 10,13
  837. .cen (*This is light green, #10.*)
  838. .skip 2
  839. .col 11,13
  840. .cen (*This is light cyan, #11.*)
  841. .skip 2
  842. .col 12,13
  843. .cen (*This is light red, #12.*)
  844. .skip 2
  845. .col 13,13
  846. .cen (*This is light magenta, #13.*)
  847. .skip 2
  848. .col 14,13
  849. .cen (*This is yellow, #14.*)
  850. .skip 2
  851. .col 15,13
  852. .cen (*This is high intensity white, #15.*)
  853. .pau
  854. .cls
  855. @stop go:z
  856.  
  857. @label:O
  858. .col 0,14
  859. .cls
  860. .cls
  861. .col 0,14
  862. .cen (*This is black, #0.*)
  863. .skip 2
  864. .col 1,14
  865. .cen (*This is blue, #1.*)
  866. .skip 2
  867. .col 2,14
  868. .cen (*This is green, #2.*)
  869. .skip 2
  870. .col 3,14
  871. .cen (*This is Cyan, #3.*)
  872. .skip 2
  873. .col 4,14
  874. .cen (*This is red, #4.*)
  875. .skip 2
  876. .col 5,14
  877. .cen (*This is magenta, #5.*)
  878. .skip 2
  879. .col 6,14
  880. .cen (*This is brown, #6.*)
  881. .skip 2
  882. .col 7,14
  883. .cen (*This is white, #7.*)
  884. .pau
  885. .cls
  886. .col 8,14
  887. .cen (*This is gray, #8.*)
  888. .skip 2
  889. .col 9,14
  890. .cen (*This is light blue, #9.*)
  891. .skip 2
  892. .col 10,14
  893. .cen (*This is light green, #10.*)
  894. .skip 2
  895. .col 11,14
  896. .cen (*This is light cyan, #11.*)
  897. .skip 2
  898. .col 12,14
  899. .cen (*This is light red, #12.*)
  900. .skip 2
  901. .col 13,14
  902. .cen (*This is light magenta, #13.*)
  903. .skip 2
  904. .col 14,14
  905. .cen (*This is yellow, #14.*)
  906. .skip 2
  907. .col 15,14
  908. .cen (*This is high intensity white, #15.*)
  909. .pau
  910. .cls
  911. @stop go:z
  912.  
  913. @label:P
  914. .col 0,15
  915. .cls
  916. .cls
  917. .col 0,15
  918. .cen (*This is black, #0.*)
  919. .skip 2
  920. .col 1,15
  921. .cen (*This is blue, #1.*)
  922. .skip 2
  923. .col 2,15
  924. .cen (*This is green, #2.*)
  925. .skip 2
  926. .col 3,15
  927. .cen (*This is Cyan, #3.*)
  928. .skip 2
  929. .col 4,15
  930. .cen (*This is red, #4.*)
  931. .skip 2
  932. .col 5,15
  933. .cen (*This is magenta, #5.*)
  934. .skip 2
  935. .col 6,15
  936. .cen (*This is brown, #6.*)
  937. .skip 2
  938. .col 7,15
  939. .cen (*This is white, #7.*)
  940. .pau
  941. .cls
  942. .col 8,15
  943. .cen (*This is gray, #8.*)
  944. .skip 2
  945. .col 9,15
  946. .cen (*This is light blue, #9.*)
  947. .skip 2
  948. .col 10,15
  949. .cen (*This is light green, #10.*)
  950. .skip 2
  951. .col 11,15
  952. .cen (*This is light cyan, #11.*)
  953. .skip 2
  954. .col 12,15
  955. .cen (*This is light red, #12.*)
  956. .skip 2
  957. .col 13,15
  958. .cen (*This is light magenta, #13.*)
  959. .skip 2
  960. .col 14,15
  961. .cen (*This is yellow, #14.*)
  962. .skip 2
  963. .col 15,15
  964. .cen (*This is high intensity white, #15.*)
  965. .pau
  966. .cls
  967. @stop go:z
  968.  
  969. @label:Q
  970. @stop menu
  971.  
  972.